* {
            -ms-word-wrap: break-word;
            word-wrap: break-word;
        }

        html {
            -webkit-text-size-adjust: none;
            text-size-adjust: none;
        }

      

        .wrap {
            width: 464px;
            height: 34px;
            margin: 20px auto;
            border: 0;
            position: relative;
        }

        .input {
            position: absolute;
            top: 0;
            left: 0;
            width: 457px;
            margin: 0;
            padding-left: 5px;
            height: 30px;
            line-height: 30px;
            font-size: 12px;
            border: 1px solid #c9cacb;
        }

        s {
            position: absolute;
            top: 1px;
            right: 0;
            width: 32px;
            height: 32px;
            background: url("img/arrow.png") no-repeat;
        }

        ._citys {
            width: 360px;
			 position: relative;
			position: absolute;
            display: inline-block;
            border: 2px solid #eee;
            padding: 5px;
            background: #FFFFFF;
			left: -1px;
			top: 50px;
        }

            ._citys span {
                color: #e32202;
                height: 15px;
                width: 15px;
                line-height: 12px;
                text-align: center;
                border-radius: 3px;
                position: absolute;
                right: 10px;
                top: 10px;
                border: 1px solid #e32202;
                cursor: pointer;
            }

        ._citys0 {
            width: 97%;
            height: 34px;
            color: #e32202;
            line-height: 34px;
            display: inline-block;
            border-bottom: 2px solid #e32202;
            padding: 0px 5px;
            font-size: 14px;
            font-weight: bold;
            margin-left: 6px;
        }

            ._citys0 li {
                display: inline-block;
                line-height: 34px;
                font-size: 15px;
                color: #888;
                width: 80px;
                text-align: center;
                cursor: pointer;
            }
._citys_box{
	line-height: 30px!important;
}
._citys1 {
    width: 100%;
    display: inline-block;
    margin-top:-16px;
}

            ._citys1 a {
                width: 60px;
                height: 30px;
                display: inline-block;
                background-color: #f5f5f5;
                color: #666;
                margin-left: 6px;
                margin-top: 3px;
                line-height: 30px;
                text-align: center;
                cursor: pointer;
                font-size: 12px;
                border-radius: 5px;
                overflow: hidden;
            }

                ._citys1 a:hover {
                    color: #fff;
                    background-color: #e32202;
                }
._citys2 {
    width: 100%;
    display: inline-block;
    padding-top: 6px;
}

    ._citys2 a {
        width: 60px;
        height: 30px;
        display: inline-block;
        background-color: #f5f5f5;
        color: #666;
        margin-left: 6px;
        margin-top: 3px;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
        font-size: 12px;
        border-radius: 5px;
        overflow: hidden;
    }

        ._citys2 a:hover {
            color: #fff;
            background-color: #e32202;
        }
            ._citys99 {
	            width: 97%;
	            height: 20px;
	            color: #e32202;
	            line-height: 34px;
	            display: inline-block;
	            border-top: 2px solid #e32202;
	            padding: 0px 5px;
	            font-size: 14px;
	            font-weight: bold;
	            margin-left: 6px;
	        }
	        ._citys99 > div{
	        	width: 60%;
	        	height: 38px;
	        	font-size: 12px;
	        	line-height: 38px;
	        	text-align: center;
	        	margin: auto;
	        	margin-top: 7px;
	        	background: #e32202;
	        	color: #ffffff;
	        	border-radius: 6px;
	        	cursor: pointer;
	        	
	        }
	        ._citys99 > p{
	        	text-align: center;
	        }

        .AreaS {
            background-color: #f9cec7 !important;
            color: #e32202 !important;
			border:1px solid #e32202;
			border-radius: 4px;
        }

/* ƽ������ */
@media (min-width:768px) and (max-width:992px ) {
    ._citys {
        width: 460px;
        display: inline-block;
        border: 2px solid #eee;
        padding: 10px 1px 10px 96px;
        position: relative;
        background: #FFFFFF;
		position: absolute;
    }
}

@media only screen and (max-width: 770px) {
    ._citys {
        width: 460px;
        display: inline-block;
        border: 2px solid #eee;
        padding: 10px 1px 10px 96px;
        position: relative;
        background: #FFFFFF;
		display: none!important;
    }
	
}